home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 173 / Issue 173 - Jul 2002 - DPCS0702.iso / editorial / Python / Python-2.2.1.exe / IDLE.PY < prev    next >
Encoding:
Python Source  |  2001-05-12  |  58 b   |  5 lines

  1. #! /usr/bin/env python
  2.  
  3. import PyShell
  4. PyShell.main()
  5.